home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / database / sbs301.zip / REGISTER.BAT < prev    next >
DOS Batch File  |  1993-09-05  |  281b  |  8 lines

  1. @echo off
  2. echo This will print off the form "register.frm" which you can mail in
  3. echo to register the Strategic Baseball Simulator. If you do not wish
  4. echo to print off the form now hit "CTRL C" to cancel. Otherwise hit
  5. echo any key to continue.
  6. pause
  7. copy register.frm PRN
  8.